func runtime.mutexPreferLowLatency
4 uses
runtime (current package)
lock_spinbit.go#L134: func mutexPreferLowLatency(l *mutex) bool {
lock_spinbit.go#L214: if weSpin || atTail || mutexPreferLowLatency(l) {
lock_spinbit.go#L358: mutexPreferLowLatency(l)) { // prefer waiters be awake as much as possible
lock_spinbit.go#L425: if v&mutexSpinning == 0 || mutexPreferLowLatency(l) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |